Papers with sequence-to-sequence generation
Goal-Oriented End-to-End Conversational Models with Profile Features in a Real-World Setting (N19-2)
Copied to clipboard
| Challenge: | a recent study has focused on how algorithmic improvements help model performance on fabricated datasets. |
| Approach: | They propose two approaches to train conversational neural models for goal-oriented conversational systems . they train models on historical chat transcripts and test on live contacts . |
| Outcome: | The proposed model is able to generate top-four responses on live contacts . the model is also able for customer profile features to assess their impact on performance . |
ALLECS: A Lightweight Language Error Correction System (2023.eacl-demo)
Copied to clipboard
| Challenge: | We present a lightweight web application to serve grammatical error correction systems . ALLECS is designed to be accessible to as many users as possible . |
| Approach: | They propose a web application that can serve grammatical error correction systems . they propose to provide three state-of-the-art base GEC systems and two combine methods . |
| Outcome: | The proposed system can be easily used by the general public and is available for free on nus.edu.sg. |
Scheduled Sampling for Transformers (P19-2)
Copied to clipboard
| Challenge: | Existing studies show that scheduled sampling can be applied to recurrent neural networks to avoid exposure bias. |
| Approach: | They propose to use teacher forced embeddings and model predictions to avoid exposure bias in sequence-to-sequence generation. |
| Outcome: | The proposed technique achieves performance close to a teacher-forcing baseline on two language pairs and is promising for future research. |
SeaD: End-to-end Text-to-SQL Generation with Schema-aware Denoising (2022.findings-naacl)
Copied to clipboard
| Challenge: | Using sketch-based slot filling, text-to-SQL models suffer from over-complexity . et al., e.al., and d.albert, dr., propose a novel method for text- to-Sql generation . |
| Approach: | They propose to train sequence-to-sequence model with Schema-aware Denoising . they propose a clause-sensitive execution guided (EG) decoding strategy . |
| Outcome: | The proposed method improves performance in schema linking and grammar correctness . it also establishes new state-of-the-art on the WikiSQL benchmark . |
Generative Models for Automatic Medical Decision Rule Extraction from Text (2024.emnlp-main)
Copied to clipboard
| Challenge: | Medical decision rules are traditionally constructed by medical experts, which is expensive and hard to scale up. |
| Approach: | They propose to extract medical decision rules from text using generative models . their code will be open-source upon acceptance . |
| Outcome: | The proposed model outperforms state-of-the-art models on a Chinese benchmark and achieves 67% tree accuracy. |